home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / docs / lwml9503.lzh / LIGHTWAVE-MAR95 / 000176_owner-lightwave-l _Tue Mar 7 22:46:22 1995.msg < prev    next >
Internet Message Format  |  1995-04-09  |  2KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by netcom21.netcom.com (8.6.10/Netcom)
  3.     id VAA03276; Tue, 7 Mar 1995 21:53:41 -0800
  4. Received: from Sun.COM by mail2.netcom.com (8.6.10/Netcom)
  5.     id TAA16000; Tue, 7 Mar 1995 19:31:50 -0800
  6. Received: from Eng.Sun.COM (engmail2.Eng.Sun.COM) by Sun.COM (sun-barr.Sun.COM)
  7.     id AA01440; Tue, 7 Mar 95 19:31:58 PST
  8. Received: from oobleck.eng.sun.com by Eng.Sun.COM (5.x/SMI-5.3)
  9.     id AA10768; Tue, 7 Mar 1995 19:31:54 -0800
  10. Received: by oobleck.eng.sun.com (5.0/SMI-SVR4)
  11.     id AA18172; Tue, 7 Mar 1995 19:30:49 +0800
  12. Date: Tue, 7 Mar 1995 19:30:49 +0800
  13. From: Michael.Bender@Eng.Sun.COM (Michael Bender)
  14. Message-Id: <9503080330.AA18172@oobleck.eng.sun.com>
  15. To: lightwave-l@netcom.com, CRSO.LightWave@canrem.com
  16. Subject: Re: aRexx or ARexx
  17. X-Sun-Charset: US-ASCII
  18. Sender: owner-lightwave-l@netcom.com
  19. Precedence: bulk
  20.  
  21.  
  22. | From owner-lightwave-l@netcom.com Tue Mar  7 19:27 PST 1995
  23. | To: lightwave-l@netcom.com
  24. | Subject: aRexx or ARexx
  25. |   Hi all!
  26. |   I have just joined this group and caught up on the last 300+ messages!
  27. | A great lot of chatter here, I like it! Some nice tips too, thanx folks!
  28. |   aRexx or ARexx or Rexx:
  29. |   There is one fundamental requirement for [A]Rexx that folks seem to be
  30. | overlooking here and that is a multitasking enviroment.
  31. |   PC's can't do it [reffering to generic PC's], OS/2 has Rexx as it is now
  32. | 'tasking rather efficiently.
  33.  
  34. Of course "PC's" can do it. They may not be able to do it under MS-DOS,
  35. but there is no intrinsic hardware limitation of the "PC" that prevents
  36. it from multitasking.
  37.  
  38. |   By deffinition, an Iterproccess Communication Language. You need to have more
  39. | than one program running at once and have them tal to each other via a third.
  40. | [A]Rexx itself needs to be running as well.
  41.  
  42. Well, you could have one process on one machine talk via a hardware
  43. connection to a process on another machine using (A)REXX.
  44.  
  45. mike